Description
Type
Restriction of xs:dateTime
Diagram
Overview
Source
<xs:simpleType name="DatePurchasedType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>The date purchased</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:dateTime" />
</xs:simpleType>
|
See Also